home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 28
/
CD Expert nº 28.iso
/
V-Rally
/
CONTROL.SCR
next >
Wrap
INI File
|
1998-06-22
|
641b
|
42 lines
[system]
{
CONTROL:
//CW4 was also here
//gh was here
//Here we setup defines needed for the control script.
//These defines are replaced by the defines of the system group.
define PAL 1
define NTSC 0
define OFF 0
define ON 1
define TYPE_PSX 1 //Note. These are the handles used directy by
define TYPE_KIT 2 //The Lib 3.
}
{
BASEDIR "*" // This line used when on the CD
VIDEO PAL,640,480
BOOT MASTER
}
/*
// Original NTSC script
[system]
{
CONTROL:
}
{
define PAL 0
define NTSC 1
define TYPE_PSX 1
define TYPE_KIT 2
basedir "/cd/"
VIDEO NTSC,320,400
MEM TYPE_PSX
BOOT MASTER
}
*/